summaryrefslogtreecommitdiff
path: root/app/[lng]/evcp/(evcp)/payment-conditions/page.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/[lng]/evcp/(evcp)/payment-conditions/page.tsx')
-rw-r--r--app/[lng]/evcp/(evcp)/payment-conditions/page.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/[lng]/evcp/(evcp)/payment-conditions/page.tsx b/app/[lng]/evcp/(evcp)/payment-conditions/page.tsx
index 40d0cf54..49724328 100644
--- a/app/[lng]/evcp/(evcp)/payment-conditions/page.tsx
+++ b/app/[lng]/evcp/(evcp)/payment-conditions/page.tsx
@@ -29,12 +29,12 @@ export default async function IndexPage(props: IndexPageProps) {
<div className="flex items-center justify-between space-y-2">
<div>
<div className="flex items-center gap-2">
- <h2 className="text-2xl font-bold tracking-tight">결제 조건 관리</h2>
+ <h2 className="text-2xl font-bold tracking-tight">지급 조건 관리</h2>
<InformationButton pagePath="evcp/payment-conditions" />
</div>
- <p className="text-muted-foreground">
- 결제 조건(Payment Terms)을 등록, 수정, 삭제할 수 있습니다.
- </p>
+ {/* <p className="text-muted-foreground">
+ 지급 조건(Payment Terms)을 등록, 수정, 삭제할 수 있습니다.
+ </p> */}
</div>
</div>
<React.Suspense fallback={<Skeleton className="h-7 w-52" />}></React.Suspense>